projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
067fe4b
)
add a transfer none annotation to gtk_tree_view_get_selection
author
John (J5) Palmieri
<johnp@redhat.com>
Tue, 25 May 2010 15:49:10 +0000
(11:49 -0400)
committer
John (J5) Palmieri
<johnp@redhat.com>
Tue, 25 May 2010 15:49:10 +0000
(11:49 -0400)
* it returns the selection from its priv structure without reffing
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index 6192e84d28f9a3d43cfd9722fdcce6d7a7cedada..533bb17e84a20f48171380a8737d03a9eab83e05 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-10814,7
+10814,7
@@
gtk_tree_view_set_model (GtkTreeView *tree_view,
*
* Gets the #GtkTreeSelection associated with @tree_view.
*
- * Return value: A #GtkTreeSelection object.
+ * Return value:
(transfer none):
A #GtkTreeSelection object.
**/
GtkTreeSelection *
gtk_tree_view_get_selection (GtkTreeView *tree_view)